if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,57,164);
  status.line.on();
  accept.input();
  load.view(17);
  set.view(o1,17);
  set.view(o2,17);
  position(o1,11,29);
  position(o2,131,29);
  animate.obj(o1);
  animate.obj(o2);
  draw(o1);
  draw(o2);
  set.view(o3,17);
  set.loop(o3,1);
  position(o3,9,61);
  animate.obj(o3);
  draw(o3);
  v6 = 1;
  draw(o0);
  load.view(20);
  set.view(o4,20);
  animate.obj(o4);
  wander(o4);
  position(o4,70,100);
  draw(o4);
  set.horizon(0);
  load.view(21);
  set.view(o5,21);
  animate.obj(o5);
  wander(o5);
  position(o5,5,100);
  draw(o5);
  load.view(22);
  set.view(o6,22);
  animate.obj(o6);
  wander(o6);
  position(o6,80,100);
  draw(o6);
  load.view(23);
  set.view(o7,23);
  animate.obj(o7);
  wander(o7);
  position(o7,90,120);
  draw(o7);
  load.view(25);
  set.view(o8,25);
  animate.obj(o8);
  wander(o8);
  position(o8,148,100);
  draw(o8);
  load.view(24);
  set.view(o9,24);
  animate.obj(o9);
  position(o9,58,55);
  draw(o9);
  load.view(26);
  set.view(o10,26);
  animate.obj(o10);
  wander(o10);
  position(o10,140,90);
  draw(o10);
  show.pic();
  draw(o0);
  show.pic();
}
if (said("examine","band")) {
  print("It's the famous Blues brothers.");
}
if (said("examine","customers")) {
  print("I can't see anything but I can see Al Pond.");
}
if (said("examine","curb")) {
  print("You see nothing special.");
}
if (said("examine","speaker")) {
  print("Better stay away from these such of things.");
}
if (said("examine","stage")) {
  print("It's not a big one.");
}
if (said("examine","burn")) {
  print("You see........nothing.");
}
if (said("examine")) {
  print("It's a disco club. The Blues Brothers are on stage right now.");
}
if (said("applaud")) {
  print("Yee.........");
}
if (said("dance")) {
  print("This rules!");
}
if (v2 == 3) {
  new.room(10);
}
return();

